Package com.cisco.pt.ipc.sim
Interface RadiusServerProcess
- All Known Implementing Classes:
RadiusServerProcessImpl
Information provided by the PKI file:
\class RadiusServerProcess
\brief RadiusServerProcess holds and manipulates the RadiusServerProcess server process.
\example network().getDevice("Router0").getProcess("RadiusServer")
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getPort
int getPort()Information provided by the PKI file:
Gets the port of the radius server \return The port of the radius server- Returns:
- int Returns a int
-
setPort
void setPort(int port) Information provided by the PKI file:
\brief Sets the port of the radius server \param port, port number- Parameters:
port- Takes in a parameter of port
-